Skip to content

BehaviorBase class

Defined in

Namespace: Sextant.XamForms Assembly: Sextant.XamForms.dll Full name: Sextant.XamForms.BehaviorBase<T> Modifiers: public abstract

Summary

View source

Represents and abstract Behavior.

Applies to

net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.0

Class hierarchy
classDiagram
class BehaviorBase~T~
class Behavior~T~
Behavior~T~ <|-- BehaviorBase~T~
class IDisposable {
    <>
}
IDisposable <|.. BehaviorBase~T~

Inherits from: Behavior<T>

Implements: IDisposable

Constructors

NameSummary
.ctor

Properties

NameSummary
BehaviorDisposableGets the disposables for this behavior.

Methods

NameSummary
Dispose
OnAttachedToAttaches to the superclass and then calls the OnAttachedTo method on this object.
OnDetachingFromCalls the OnDetachingFrom method and then detaches from the superclass.
Inherited members